home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 February / EnigmA AMIGA RUN 04 (1996)(G.R. Edizioni)(IT)[!][issue 1996-02][Skylink CD III].iso / earcd / midi / ptrply65.lha / PTReplay / examples / smakefile < prev    next >
Makefile  |  1995-04-10  |  567b  |  22 lines

  1. #
  2. #$VER: PTReplay Examples V2.0 (28.12.94)
  3. #
  4.  
  5. ALL:    SmallPlay PT-Player
  6.  
  7. SmallPlay: SmallPlay.c
  8.     sc SmallPlay.c link nodebug utillib opt strmerge noicons
  9.  
  10. PT-Player: PT-Player.o Control.o Control_temp.o
  11.     slink LIB:cback.o PT-Player.o Control.o control_temp.o to \
  12.     PT-PLayer LIB LIB:sc.lib STRIPDBG SC SD 
  13.  
  14. PT-Player.o: PT-Player.c Control.h
  15.     sc PT-Player.c nodebug UtilLib opt strmerge
  16.  
  17. Control.o: Control.c Control.h
  18.     sc Control.c  nodebug UtilLib opt strmerge ignore 147+154
  19.  
  20. Control_temp.o: Control_temp.c control.h
  21.     sc Control_temp.c nodebug UtilLib opt strmerge
  22.